home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / program / ctenari / ShiCola / CodePad37.exe / $INSTDIR / Syntax Definitions / c.def < prev    next >
Encoding:
Text File  |  2003-10-17  |  5.0 KB  |  205 lines

  1. object TPersHolder
  2.   P.Name = 'C'
  3.   P.Extensions.Strings = (
  4.     'C files (*.c;*.h)|*.c;*.h')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       CaseSensitive = True
  10.       UseMetaSymbol = True
  11.       UseMetaToWrapLines = True
  12.       MetaSymbol = '\'
  13.       FIText = 0
  14.       FIIntNum = 1
  15.       FIFloatNum = 2
  16.       FIHexNum = 3
  17.       FIDirective = 4
  18.       FISymbol = 11
  19.       UseSymbols = True
  20.       UseLineDirectives = True
  21.       UseComments = True
  22.       UseSingleLineComments = True
  23.       UseMultiLineComments = True
  24.       UseStrings = True
  25.       UseSingleLineStrings = True
  26.       UseNumbers = True
  27.       UsePrefixedNumbers = True
  28.       UseSuffixedNumbers = True
  29.       UseMultipleNumSuffixes = True
  30.       UsePrefixedSuffixedNumbers = True
  31.       UsePSNumComposition = True
  32.       UseKeywords = True
  33.       BlockDelimiters = <>
  34.       LineDirectivePrefix = '#'
  35.       SingleLineCommentDelimiters = <
  36.         item
  37.           FontID = 5
  38.           LeftDelimiter = '//'
  39.         end>
  40.       MultiLineCommentDelimiters = <
  41.         item
  42.           FontID = 6
  43.           LeftDelimiter = '/*'
  44.           RightDelimiter = '*/'
  45.         end>
  46.       SingleLineStringDelimiters = <
  47.         item
  48.           FontID = 7
  49.           LeftDelimiter = #39
  50.           RightDelimiter = #39
  51.         end
  52.         item
  53.           FontID = 8
  54.           LeftDelimiter = '"'
  55.           RightDelimiter = '"'
  56.         end
  57.         item
  58.           FontID = 9
  59.           LeftDelimiter = 'L"'
  60.           RightDelimiter = '"'
  61.         end>
  62.       NumPrefixes = <
  63.         item
  64.           LeftDelimiter = '0x'
  65.         end
  66.         item
  67.           LeftDelimiter = '0X'
  68.         end>
  69.       NumSuffixes = <
  70.         item
  71.           LeftDelimiter = 'l'
  72.         end
  73.         item
  74.           LeftDelimiter = 'L'
  75.         end
  76.         item
  77.           LeftDelimiter = 'u'
  78.         end
  79.         item
  80.           LeftDelimiter = 'U'
  81.         end>
  82.       NumPrefixesSuffixes = <>
  83.       KeywordSets = <
  84.         item
  85.           FontID = 10
  86.           Name = 'reserved'
  87.           Keywords = 
  88.             'auto,break,case,cdecl,char,const,continue,default,do,double,else' +
  89.             ',enum,extern,far,float,for,fortran,goto,huge,if,int,interrupt,lo' +
  90.             'ng,near,pascal,register,return,short,signed,sizeof,static,struct' +
  91.             ',switch,typedef,union,unsigned,void,volatile,while'
  92.         end>
  93.     end>
  94.   P.FontTable = <
  95.     item
  96.       FontID = 0
  97.       GlobalAttrID = 'Whitespace'
  98.       Font.Charset = DEFAULT_CHARSET
  99.       Font.Color = clBlack
  100.       Font.Height = -13
  101.       Font.Name = 'Courier New'
  102.       Font.Style = []
  103.     end
  104.     item
  105.       FontID = 1
  106.       GlobalAttrID = 'Integer'
  107.       Font.Charset = DEFAULT_CHARSET
  108.       Font.Color = clGreen
  109.       Font.Height = -13
  110.       Font.Name = 'Courier New'
  111.       Font.Style = []
  112.     end
  113.     item
  114.       FontID = 2
  115.       GlobalAttrID = 'Float'
  116.       Font.Charset = DEFAULT_CHARSET
  117.       Font.Color = clGreen
  118.       Font.Height = -13
  119.       Font.Name = 'Courier New'
  120.       Font.Style = []
  121.     end
  122.     item
  123.       FontID = 3
  124.       GlobalAttrID = 'Integer'
  125.       Font.Charset = DEFAULT_CHARSET
  126.       Font.Color = clGreen
  127.       Font.Height = -13
  128.       Font.Name = 'Courier New'
  129.       Font.Style = []
  130.     end
  131.     item
  132.       FontID = 4
  133.       GlobalAttrID = 'Defines'
  134.       Font.Charset = DEFAULT_CHARSET
  135.       Font.Color = clGreen
  136.       Font.Height = -13
  137.       Font.Name = 'Courier New'
  138.       Font.Style = [fsBold]
  139.     end
  140.     item
  141.       FontID = 5
  142.       GlobalAttrID = 'Comment'
  143.       Font.Charset = DEFAULT_CHARSET
  144.       Font.Color = clGray
  145.       Font.Height = -13
  146.       Font.Name = 'Courier New'
  147.       Font.Style = [fsItalic]
  148.     end
  149.     item
  150.       FontID = 6
  151.       GlobalAttrID = 'Comment'
  152.       Font.Charset = DEFAULT_CHARSET
  153.       Font.Color = clGray
  154.       Font.Height = -13
  155.       Font.Name = 'Courier New'
  156.       Font.Style = [fsItalic]
  157.     end
  158.     item
  159.       FontID = 7
  160.       GlobalAttrID = 'String'
  161.       Font.Charset = DEFAULT_CHARSET
  162.       Font.Color = clMaroon
  163.       Font.Height = -13
  164.       Font.Name = 'Courier New'
  165.       Font.Style = []
  166.     end
  167.     item
  168.       FontID = 8
  169.       GlobalAttrID = 'String'
  170.       Font.Charset = DEFAULT_CHARSET
  171.       Font.Color = clMaroon
  172.       Font.Height = -13
  173.       Font.Name = 'Courier New'
  174.       Font.Style = []
  175.     end
  176.     item
  177.       FontID = 9
  178.       GlobalAttrID = 'String'
  179.       Font.Charset = DEFAULT_CHARSET
  180.       Font.Color = clMaroon
  181.       Font.Height = -13
  182.       Font.Name = 'Courier New'
  183.       Font.Style = []
  184.     end
  185.     item
  186.       FontID = 10
  187.       GlobalAttrID = 'Reserved words'
  188.       Font.Charset = DEFAULT_CHARSET
  189.       Font.Color = clBlue
  190.       Font.Height = -13
  191.       Font.Name = 'Courier New'
  192.       Font.Style = [fsBold]
  193.     end
  194.     item
  195.       FontID = 11
  196.       GlobalAttrID = 'Delimiters'
  197.       Font.Charset = DEFAULT_CHARSET
  198.       Font.Color = clBlack
  199.       Font.Height = -13
  200.       Font.Name = 'Courier New'
  201.       Font.Style = []
  202.     end>
  203.   P.SyntaxVersion = 3
  204. end
  205.